AddressBookServiceInterface

Interface used to access to the internal address book service implementation

Since

2.0.0

Functions

Link copied to clipboard
public abstract void retrieve()
Retrieves the list of personal address book entries from the server
Link copied to clipboard
public abstract void searchDirectory(String criteria, Constants.AddressBookSearchType searchType)
Searches the directory
Link copied to clipboard
public abstract void setAddressBookApplicationListener(AddressBookApplicationListener addressbookApplicationListener)
Sets the callback mechanism of Addressbook Service.